projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f0e27
)
(struct kboard): New elt Vlast_repeatable_command.
author
Martin Rudalics
<rudalics@gmx.at>
Wed, 29 Aug 2007 08:59:44 +0000
(08:59 +0000)
committer
Martin Rudalics
<rudalics@gmx.at>
Wed, 29 Aug 2007 08:59:44 +0000
(08:59 +0000)
src/keyboard.h
patch
|
blob
|
history
diff --git
a/src/keyboard.h
b/src/keyboard.h
index 15e55ad4e6736160ebae7afd082974b73ae4ab7b..ea147cad483077c139286435fe91405c2f0db91e 100644
(file)
--- a/
src/keyboard.h
+++ b/
src/keyboard.h
@@
-83,6
+83,9
@@
struct kboard
other commands. */
Lisp_Object Vreal_last_command;
+ /* Last command that may be repeated by `repeat'. */
+ Lisp_Object Vlast_repeatable_command;
+
/* The prefix argument for the next command, in raw form. */
Lisp_Object Vprefix_arg;